home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / marionettemadness.swf / scripts / DefineSprite_270 / frame_2 / DoAction.as
Text File  |  2007-10-01  |  456b  |  18 lines

  1. _root.setButtonRO(startGame2,true);
  2. startGame2.onRelease = function()
  3. {
  4.    trace("_root.gameRound is " + _root.gameRound);
  5.    if(_root.gameRound > 0)
  6.    {
  7.       trace("turnGameOn");
  8.       var _loc3_ = _root.hideHint;
  9.    }
  10.    else
  11.    {
  12.       trace("restartGame");
  13.       _loc3_ = _root.restartGame;
  14.    }
  15.    _root.slideMeY(this._parent,this._parent.yUp,0.7,"easeInBack",0,_loc3_);
  16.    _root.slideMeY(_root.buddies,_root.buddies.yDown,0.7);
  17. };
  18.